home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 November
/
CPNL0711.ISO
/
boekhoud
/
finan
/
BADGER finance v1.0 beta 2.exe
/
xampplite
/
phpMyAdmin
/
libraries
/
footer_custom.inc.php
< prev
next >
Wrap
PHP Script
|
2005-11-24
|
284b
|
12 lines
<?php
/* $Id: footer_custom.inc.php,v 2.2 2005/11/25 08:58:11 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
// This file includes all custom footers if they exist.
// Include site footer
if (file_exists('./config.footer.inc.php')) {
require('./config.footer.inc.php');
}
?>